From: Michael Albinus Date: Tue, 14 Apr 2009 14:39:22 +0000 (+0000) Subject: * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~845 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0f39ca67877f2eabf40330fe796f3b5606f4c5f;p=emacs.git * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data of directory "". --- diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 61a4791eb40..4f159ac4246 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -84,7 +84,7 @@ When called interactively, a Tramp connection has to be selected." (tramp-clear-passwd vec) ;; Flush file cache. - (tramp-flush-directory-property vec "/") + (tramp-flush-directory-property vec "") ;; Flush connection cache. (tramp-flush-connection-property (tramp-get-connection-process vec))